Configurates
C1.Web.Mvc.Control.IsDisabled. Sets a value that determines whether the control is disabled.
Syntax
'Declaration
Public Function IsDisabled( _
ByVal As Boolean _
) As TBuilder
public TBuilder IsDisabled(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also